UFix64.INumeric<UFix64>.LogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UFix64 INumeric<UFix64>.LogicalAnd(
UFix64 value
)
Private Function LogicalAnd (
value As UFix64
) As UFix64 Implements INumeric(Of UFix64).LogicalAnd
private:
virtual UFix64 LogicalAnd(
UFix64 value
) sealed = INumeric<UFix64>::LogicalAnd
private abstract LogicalAnd :
value : UFix64 -> UFix64
private override LogicalAnd :
value : UFix64 -> UFix64
- value UFix64
- The value with which to compute the logical bitwise AND.
UFix64The bitwise logical AND of the current value and
value.
INumeric<TSelf>.LogicalAnd(TSelf)